GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-21T06:10:21.8525711+00:00",
"SubmitDate": "2026-02-21T06:10:21.8525711+00:00",
"ReportPeriodStart": "2026-02-21T06:10:21.8525711+00:00",
"ReportPeriodEnd": "2026-02-21T06:10:21.8525711+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "348b7ca1-5618-40b2-a774-e31e6f475f76",
"Rows": [
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "348b7ca1-5618-40b2-a774-e31e6f475f76",
"Rows": [
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1ec69e2e-2d0d-4125-8370-695f3996451c",
"245256d6-87f7-4b2d-86ae-b93c7b80750a"
],
"Approvers": [
"9e1318b5-779d-4831-981d-99bab674f8c5",
"3ba5a902-229d-43b8-a04d-abc3b9eb7b07"
],
"ApprovedBy": "3db79123-af1d-4eec-adbe-f7b7e50c7475",
"ApprovalDate": "2026-02-21T06:10:21.8525711+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4b06b5c3-304f-403e-9c3c-6e56e334cdac",
"id": "0cc465b7-12e0-4ddf-922e-45cf12c54ca2",
"ConfigId": "f60e4aed-6e55-4307-a427-c885bed43eeb"
},
{
"GenerationDate": "2026-02-21T06:10:21.8525711+00:00",
"SubmitDate": "2026-02-21T06:10:21.8525711+00:00",
"ReportPeriodStart": "2026-02-21T06:10:21.8525711+00:00",
"ReportPeriodEnd": "2026-02-21T06:10:21.8525711+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "348b7ca1-5618-40b2-a774-e31e6f475f76",
"Rows": [
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "348b7ca1-5618-40b2-a774-e31e6f475f76",
"Rows": [
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17396200-09cf-452b-9b2a-9dbd6654a4fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1ec69e2e-2d0d-4125-8370-695f3996451c",
"245256d6-87f7-4b2d-86ae-b93c7b80750a"
],
"Approvers": [
"9e1318b5-779d-4831-981d-99bab674f8c5",
"3ba5a902-229d-43b8-a04d-abc3b9eb7b07"
],
"ApprovedBy": "3db79123-af1d-4eec-adbe-f7b7e50c7475",
"ApprovalDate": "2026-02-21T06:10:21.8525711+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4b06b5c3-304f-403e-9c3c-6e56e334cdac",
"id": "0cc465b7-12e0-4ddf-922e-45cf12c54ca2",
"ConfigId": "f60e4aed-6e55-4307-a427-c885bed43eeb"
}
]